| ConnectionDetachHybridPart Method  | 
 Detaches a hybrid part and turns it into a new individual document. The return value is the document ID
 of the newly created document that was the hybrid part. The document will be in the Under Change state.
 
 
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic string DetachHybridPart(
	string vaultidentifier,
	string docid,
	string partname
)
Public Function DetachHybridPart ( 
	vaultidentifier As String,
	docid As String,
	partname As String
) As String
public:
String^ DetachHybridPart(
	String^ vaultidentifier, 
	String^ docid, 
	String^ partname
)
member DetachHybridPart : 
        vaultidentifier : string * 
        docid : string * 
        partname : string -> string 
Parameters
- vaultidentifier
 - Type: SystemString
The vault - docid
 - Type: SystemString
The unique identifier of the document inside the vault. - partname
 - Type: SystemString
The name of the hybrid part to detach. 
Return Value
Type: 
StringThe ID of the newly created document
Remarks
See Also